FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / ReportObjectNamedList<TItem> Class / Report Property

In This Topic
    Report Property (ReportObjectNamedList<TItem>)
    In This Topic
    Gets the C1FlexReport object owning this collection.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Report As C1FlexReport
    public abstract C1FlexReport Report {get;}
    See Also